net/http.http2Transport.newTimer (method)

3 uses

	net/http (current package)
		h2_bundle.go#L7343: func (t *http2Transport) newTimer(d time.Duration) http2timer {
		h2_bundle.go#L7751: 				tm := t.newTimer(d)
		h2_bundle.go#L8664: 		timer := cc.t.newTimer(d)